From: Keir Fraser Date: Mon, 4 Aug 2008 10:16:02 +0000 (+0100) Subject: .hgignore: ignore any kind of tag file anywhere X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14165^2~33 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=419ef45e2b41d4a9710e32e60bd9b2973b94f197;p=xen.git .hgignore: ignore any kind of tag file anywhere From: Diego Ongaro Signed-off-by: Samuel Thibault --- diff --git a/.hgignore b/.hgignore index 5a1c580372..756f9dcf69 100644 --- a/.hgignore +++ b/.hgignore @@ -21,8 +21,7 @@ ^[^/]*\.bz2$ ^\.config$ ^\.pc -^TAGS$ -^tags$ +(^|/)(tags|TAGS)$ ^build-.*$ ^dist/.*$ ^docs/.*\.aux$ @@ -105,7 +104,6 @@ ^stubdom/lwip/ ^stubdom/ioemu/ ^stubdom/grub-upstream/ -^tools/.*/TAGS$ ^tools/.*/build/lib.*/.*\.py$ ^tools/blktap/Makefile\.smh$ ^tools/blktap/drivers/blktapctrl$ @@ -261,7 +259,6 @@ ^xen/\.banner.*$ ^xen/BLOG$ ^xen/System.map$ -^xen/TAGS$ ^xen/arch/x86/asm-offsets\.s$ ^xen/arch/x86/boot/mkelf32$ ^xen/arch/x86/xen\.lds$ @@ -279,7 +276,6 @@ ^xen/include/xen/acm_policy\.h$ ^xen/include/xen/banner\.h$ ^xen/include/xen/compile\.h$ -^xen/tags$ ^xen/tools/figlet/figlet$ ^xen/tools/symbols$ ^xen/xen$